home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compute! Gazette 1990 October
/
1990-10.d64
/
64 shell
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-09-20
|
1KB
|
35 lines
100 rem copyright 1990 compute! publications, inc. - all rights reserved
110 print"[147]menu 64 demo":print"copyright 1990"
120 print"compute publications, inc.":print"all rights reserved."
140 if a=0 then a=1:ifpeek(51200)<>76then load"menu.ml",8,1
150 c$=chr$(13):a$=""+c$+c$+c$:q$=chr$(34)
160 h$="disk pokes printer metabas"
170 sys51200,h$,0
180 sys51203,0,"list","[147]list"+c$
190 t$="[147]l[207]"+q$+"$"+q$+",8"+c$
200 sys51203,0,"dir",t$
210 sys51203,0,"run","[147]run"+c$
220 sys51203,0,"load","load"+q$
230 sys51203,0,"save","save"+q$
240 sys51203,0,"open 1...","o[208]1,8,15,"+q$
250 sys51203,0,"close 1","close1"+c$
260 sys51203,1,"ptr speed ","p[207]53100,10"
270 sys51203,1,"ptr color","p[207]53105,7"
280 sys51203,1,"menu color 1","p[207]53103,11"
290 sys51203,1,"menu color 2","p[207]53104,12"
300 sys51203,1,"border","p[207]53106,0"
310 sys51203,1,"backgrnd","p[207]53107,15"
320 sys51203,1,"text","p[207]53108,0"
330 sys51203,1,"port","p[207]53101,0"
340 sys51203,1,"disable","[147]sys51212"+c$
350 sys51203,2,"open prt","o[208]4,4:c[205]4"
360 sys51203,2,"print#4:","print#4:"
370 sys51203,2,"close4","close4"+c$
380 sys51203,3,"cat","[147]cat"+c$
390 sys51203,3,"scratch","scratch"+q$
400 sys51209
410 print:print"pointer system installed":print"use port 2 joystick"
420 print"press fire to activate":print
430 print"deactivate with sys51212":print" or run/stop restore"
440 print"sys51209 to turn back on"